home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(24, 1)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(24)
- end if
- end
-
- on mouseUp
- glowClear()
- doClick()
- cursor(0)
- set the fileName of window "HELP" to "@\somc\help"
- set the windowType of window "HELP" to 2
- openMIAW("HELP")
- end
-